home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_173 / frame_5 / DoAction.as
Text File  |  2008-11-12  |  164b  |  12 lines

  1. stop();
  2. if(lower_filled == true)
  3. {
  4.    gotoAndStop("water_down_lower_filled");
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndStop("water_down_lower_empty");
  10.    play();
  11. }
  12.